lcEntExtend Home

Extends (if possible) geometry of specified entity until edge of other entity.

 BOOL lcEntExtend (
   HANDLE hEntity,
   HANDLE hEntEdge,
   BOOL bApparent
 );

Parameters
hEntity
  Handle to a graphic object that has to be extended.
Can be one of the following types: Line, Polyline (not closed).
hEntEdge
  Handle to a graphic object that represent an edge until which hEnt will be extented.
Can be one of the following types: Line.
bApparent
  If TRUE then hEntEdge will be treated as endless, so hEnt will be extended to apparent intersection.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).